home *** CD-ROM | disk | FTP | other *** search
/ Softwarová Záchrana 3 / Softwarova-zachrana-3.bin / Rename Master / RenameMaster.exe / 0 / RCDATA / TFRMSELECTFOLDER / TFRMSELECTFOLDER.txt
Text File  |  2005-02-15  |  2KB  |  81 lines

  1. object frmSelectFolder: TfrmSelectFolder
  2.   Left = 339
  3.   Top = 291
  4.   AutoScroll = False
  5.   BorderIcons = []
  6.   Caption = 'Select a folder'
  7.   ClientHeight = 349
  8.   ClientWidth = 394
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poOwnerFormCenter
  17.   OnCreate = FormCreate
  18.   DesignSize = (
  19.     394
  20.     349)
  21.   PixelsPerInch = 96
  22.   TextHeight = 13
  23.   object btnOK: TButton
  24.     Left = 314
  25.     Top = 8
  26.     Width = 73
  27.     Height = 25
  28.     Anchors = [akTop, akRight]
  29.     Caption = 'OK'
  30.     Font.Charset = DEFAULT_CHARSET
  31.     Font.Color = clWindowText
  32.     Font.Height = -11
  33.     Font.Name = 'MS Sans Serif'
  34.     Font.Style = []
  35.     ModalResult = 1
  36.     ParentFont = False
  37.     TabOrder = 0
  38.   end
  39.   object btnCancel: TButton
  40.     Left = 314
  41.     Top = 48
  42.     Width = 73
  43.     Height = 25
  44.     Anchors = [akTop, akRight]
  45.     Caption = 'Cancel'
  46.     Font.Charset = DEFAULT_CHARSET
  47.     Font.Color = clWindowText
  48.     Font.Height = -11
  49.     Font.Name = 'MS Sans Serif'
  50.     Font.Style = []
  51.     ModalResult = 2
  52.     ParentFont = False
  53.     TabOrder = 1
  54.   end
  55.   object DriveComboBox1: TDriveComboBox
  56.     Left = 2
  57.     Top = 8
  58.     Width = 297
  59.     Height = 19
  60.     Anchors = [akTop, akRight]
  61.     TabOrder = 2
  62.     OnChange = DriveComboBox1Change
  63.   end
  64.   object DirectoryListBox1: TDirectoryListBox
  65.     Left = 8
  66.     Top = 32
  67.     Width = 291
  68.     Height = 297
  69.     Anchors = [akLeft, akTop, akRight, akBottom]
  70.     Font.Charset = DEFAULT_CHARSET
  71.     Font.Color = clWindowText
  72.     Font.Height = -11
  73.     Font.Name = 'MS Sans Serif'
  74.     Font.Style = []
  75.     ItemHeight = 16
  76.     ParentFont = False
  77.     TabOrder = 3
  78.     OnClick = DirectoryListBox1Click
  79.   end
  80. end
  81.